home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Przegladarki internetowe / Mozilla Seamonkey 1.0.5 pl / seamonkey-1.0.5.pl-PL.win32.installer.exe / CHATZILLA.XPI / bin / chrome / chatzilla.jar / content / chatzilla / popups.xul < prev    next >
Encoding:
Extensible Markup Language  |  2004-04-18  |  5.7 KB  |  158 lines

  1. <?xml version="1.0"?>
  2.  
  3. <!--
  4.    -
  5.    - ***** BEGIN LICENSE BLOCK *****
  6.    - Version: MPL 1.1/GPL 2.0/LGPL 2.1
  7.    -
  8.    - The contents of this file are subject to the Mozilla Public License Version
  9.    - 1.1 (the "License"); you may not use this file except in compliance with
  10.    - the License. You may obtain a copy of the License at
  11.    - http://www.mozilla.org/MPL/
  12.    -
  13.    - Software distributed under the License is distributed on an "AS IS" basis,
  14.    - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  15.    - for the specific language governing rights and limitations under the
  16.    - License.
  17.    -
  18.    - The Original Code is Chatzilla.
  19.    -
  20.    - The Initial Developer of the Original Code is
  21.    - Netscape Communications Corporation.
  22.    - Portions created by the Initial Developer are Copyright (C) 1998
  23.    - the Initial Developer. All Rights Reserved.
  24.    -
  25.    - Contributor(s):
  26.    -   Robert Ginda, <rginda@netscape.com>, original author
  27.    -
  28.    - Alternatively, the contents of this file may be used under the terms of
  29.    - either the GNU General Public License Version 2 or later (the "GPL"), or
  30.    - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  31.    - in which case the provisions of the GPL or the LGPL are applicable instead
  32.    - of those above. If you wish to allow use of your version of this file only
  33.    - under the terms of either the GPL or the LGPL, and not to allow others to
  34.    - use your version of this file under the terms of the MPL, indicate your
  35.    - decision by deleting the provisions above and replace them with the notice
  36.    - and other provisions required by the GPL or the LGPL. If you do not delete
  37.    - the provisions above, a recipient may use your version of this file under
  38.    - the terms of any one of the MPL, the GPL or the LGPL.
  39.    -
  40.    - ***** END LICENSE BLOCK ***** -->
  41.  
  42. <!DOCTYPE overlay SYSTEM "chrome://chatzilla/locale/chatzilla.dtd" >
  43.  
  44. <?xml-stylesheet href="chrome://chatzilla/content/output-base.css" type="text/css"?>
  45.  
  46. <overlay id="chatzilla-popup-overlay"
  47.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  48.  
  49.   <overlaytarget id="popup-overlay-target">
  50.  
  51.     <tooltip id="percentTooltip">
  52.       <grid>
  53.           <columns>
  54.               <column />
  55.               <column />
  56.           </columns>
  57.           <rows>
  58.               <row>
  59.                   <label value="%U"/>
  60.                   <label value="&Underline.label;"/>
  61.               </row>
  62.               <row>
  63.                   <label value="%B"/>
  64.                   <label value="&Bold.label;"/>
  65.               </row>
  66.               <row>
  67.                   <label value="%R"/>
  68.                   <label value="&Reverse.label;"/>
  69.               </row>
  70.               <row>
  71.                   <label value="%O"/>
  72.                   <label value="&Normal.label;"/>
  73.               </row>
  74.               <row>
  75.                   <label value="%C"/>
  76.                   <label value="&Color.label;"/>
  77.               </row>
  78.               <row>
  79.                   <label value="%%C"/>
  80.                   <label value="%C"/>
  81.               </row>
  82.           </rows>
  83.       </grid>
  84.     </tooltip>
  85.     <tooltip id="colorTooltip" orient="vertical">
  86.       <label value="%Cxx[,yy] &ForeBack.label;"/>
  87.       <grid>
  88.           <columns>
  89.               <column />
  90.               <column />
  91.               <column />
  92.               <column />
  93.               <column />
  94.               <column />
  95.               <column />
  96.               <column />
  97.           </columns>
  98.           <rows>
  99.               <row>
  100.                   <box class="colorGrid chatzilla-bg00 chatzilla-fg01">
  101.                       <label value="0"/>
  102.                   </box>
  103.                   <box class="colorGrid chatzilla-bg01 chatzilla-fg00">
  104.                       <label value="1"/>
  105.                   </box>
  106.                   <box class="colorGrid chatzilla-bg02 chatzilla-fg01">
  107.                       <label value="2"/>
  108.                   </box>
  109.                   <box class="colorGrid chatzilla-bg03 chatzilla-fg01">
  110.                       <label value="3"/>
  111.                   </box>
  112.                   <box class="colorGrid chatzilla-bg04 chatzilla-fg01">
  113.                       <label value="4"/>
  114.                   </box>
  115.                   <box class="colorGrid chatzilla-bg05 chatzilla-fg00">
  116.                       <label value="5"/>
  117.                   </box>
  118.                   <box class="colorGrid chatzilla-bg06 chatzilla-fg00">
  119.                       <label value="6"/>
  120.                   </box>
  121.                   <box class="colorGrid chatzilla-bg07 chatzilla-fg00">
  122.                       <label value="7"/>
  123.                   </box>
  124.               </row>
  125.               <row>
  126.                   <box class="colorGrid chatzilla-bg08 chatzilla-fg00">
  127.                       <label value="8"/>
  128.                   </box>
  129.                   <box class="colorGrid chatzilla-bg09 chatzilla-fg00">
  130.                       <label value="9"/>
  131.                   </box>
  132.                   <box class="colorGrid chatzilla-bg10 chatzilla-fg00">
  133.                       <label value="10"/>
  134.                   </box>
  135.                   <box class="colorGrid chatzilla-bg11 chatzilla-fg00">
  136.                       <label value="11"/>
  137.                   </box>
  138.                   <box class="colorGrid chatzilla-bg12 chatzilla-fg01">
  139.                       <label value="12"/>
  140.                   </box>
  141.                   <box class="colorGrid chatzilla-bg13 chatzilla-fg01">
  142.                       <label value="13"/>
  143.                   </box>
  144.                   <box class="colorGrid chatzilla-bg14 chatzilla-fg01">
  145.                       <label value="14"/>
  146.                   </box>
  147.                   <box class="colorGrid chatzilla-bg15 chatzilla-fg01">
  148.                       <label value="15"/>
  149.                   </box>
  150.               </row>
  151.           </rows>
  152.       </grid>
  153.     </tooltip>
  154.  
  155.   </overlaytarget>
  156.  
  157. </overlay>  
  158.